Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: QuickDraw GX Printing Extensions and Drivers /
Chapter 6 - Printing Resources / Printing Resources Reference
Resources Used Only in Printer Drivers


The Imaging System ('isys') Resource

The imaging system resource, of type gxImagingSystemSelectorType, tells QuickDraw GX which imaging system a driver uses. You must include an imaging system resource in your driver file. Figure 6-9 shows the structure of an imaging system resource, which consists of one value.

Figure 6-9 The imaging system resource

The imaging system resource ID needs to be the constant gxImagingSystemSelectorID. Listing 6-8 shows an example of an imaging system resource.

Listing 6-8 An example of an imaging system resource

resource gxImagingSystemSelectorType (gxImagingSystemSelectorID,
                                             sysHeap, purgeable)
{
   gxRasterPrinterType
};
This resource tells QuickDraw GX that the driver uses the raster imaging system.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
7 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help